home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / basic / udpchat / rexx / quit_udp_chat.rexx next >
Encoding:
OS/2 REXX Batch file  |  1999-05-14  |  267 b   |  12 lines

  1. /* ARexx script to get UDP_Chat log into a UDP_Chat Server */
  2. /* For use with AmiComSys 1.12+ */
  3. /* $VER: UDP_Chat2.rexx 1.0 (11.05.98) Anton Reinauer */
  4.  
  5.  
  6.  
  7. ADDRESS "UDP_Chat"
  8. QUIT   /* Send host name of person selected 
  9.                         in list, to connect to. */
  10.  
  11. EXIT;
  12.